Pure Org mode Zettelkasten basic concepts
Pure Org mode Zettelkasten basic concepts tutorial
To get started with Org mode Zettelkasten, lets take a look at some basic commands.
Create and edit new files in your zettelkasten-tutorial directory as you usually would. You can use org modes outlining features. To directly open one of the notes in your Zettelkasten, open a file as expected.
You can create a new note file with C-x C-f
(find-file
), or use C-<return>
or M-<return>
to create new headings in an existing file. If you want to set up a capture template to make this easier, you can and should.
Let's say you've created a note, but later want to rename it. Just rename it - the id should remain the same.
Tag entries using the usual org way, C-c C-c
in a headline.
To learn about linking between entries, click here
Once you get the hang of it, take a look at search for more commands and keybindings.